home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / chasm.EXE / chasm / CSM.BIN / PROCESS.24 < prev    next >
Encoding:
Text File  |  1997-10-17  |  1.7 KB  |  101 lines

  1. ;+---------------------------------------+
  2. ;| Process definition file for level 22  |
  3. ;+---------------------------------------+
  4.  
  5. #mess 01
  6.  Delay   3
  7.  TextA: -1 64  "Go get Chojin Mask!"
  8. #end
  9.  
  10. ;=================================
  11. ;|  Processes definition part    |
  12. ;=================================
  13.  
  14. #proc 01
  15.   startdelay 0.1
  16.   backwait 1
  17.   sfxon 80
  18. #action
  19.   waitout 4096 4096 800
  20. ; source 17 16 8 26 20
  21.   source 17 15 7 28 10
  22. #end
  23.  
  24.  
  25. #proc 02
  26.   startdelay 0.1
  27.   backwait 1
  28.   sfxon 80
  29. #action
  30.   waitout 3328 6144 1024
  31.   source 13 24 9 28 10
  32. #end
  33.  
  34. #proc 03              ; light and fence
  35.   backwait 1
  36.   sfxid 82
  37.   sfxposxy 11 7
  38. #action
  39.   waitout 3072 1792 800
  40.   source 12 7 7 20 10
  41.   up 11 6 112 s:16
  42. #end
  43.  
  44.  
  45. #proc 04              ; open door
  46.   backwait 1.5
  47.   speed 11
  48.   sfxid 81
  49.   sfxposxy 22 12
  50. #action
  51.   waitout 5632 3072 400
  52.   ymove 21 13 -300 64
  53.   ymove 22 13 -300 64
  54.   ymove 23 12 -300 64
  55. #end
  56.  
  57.  
  58. #proc 05              ; open door to chojin mask
  59.    backwait 3.0
  60.    speed 8
  61.    linkswitchat 19 15
  62.    OnMessage 1
  63.    sfxid 81
  64.    sfxposxy 23 19
  65. #action
  66.    waitout 6144 4864 512
  67.    xmove 22 19 64 -220
  68.    xmove 23 19 64 -220
  69.    xmove 23 18 64 -220
  70. #end
  71.  
  72.  
  73. ;============================================
  74. ;|  Link switches and objects to processes: |
  75. ;|  Format: "LINK  swx swy   Nproc"         |
  76. ;============================================
  77. #links
  78.   floor 16 13 1
  79.   floor 16 18 1
  80.   floor 10 23 2
  81.   floor 10 24 2
  82.   floor 14 21 2
  83.   floor 15 21 2
  84.   floor 16 23 2
  85.   floor 16 24 2
  86.   floor  9  6 3
  87.   floor  9  7 3
  88.   floor 13  8 3
  89.   floor 22 11 4
  90.   floor 22 12 4
  91.   link 19 15  5
  92. #end
  93.  
  94. #teleports
  95.  tcenter 24 20 8 25 0
  96. #end
  97.  
  98. .
  99.  
  100.  
  101.